ComponentOne Bitmap for WPF
C1.WPF.Bitmap.4.5.2 Assembly / C1.WPF.Bitmap Namespace / C1Bitmap Class / Load Method / Load(String,BaseTransform[]) Method
The input file name.
The transformation chain for the image that is being loaded.

In This Topic
    Load(String,BaseTransform[]) Method
    In This Topic
    Loads the image from a file.
    Syntax
    'Declaration
     
    Public Overloads Sub Load( _
       ByVal fileName As String, _
       ByVal ParamArray transforms() As BaseTransform _
    ) 
    public void Load( 
       string fileName,
       params BaseTransform[] transforms
    )

    Parameters

    fileName
    The input file name.
    transforms
    The transformation chain for the image that is being loaded.
    See Also